Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-227621 | GEN001280 | SV-227621r505926_rule | Low |
Description |
---|
If manual pages are compromised, misleading information could be inserted, causing actions that may compromise the system. |
STIG | Date |
---|---|
Solaris 10 X86 Security Technical Implementation Guide | 2020-09-04 |
Check Text ( C-29783r488420_chk ) |
---|
Check the mode of the manual page files. Procedure: # ls -lLR /usr/share/man /usr/sfw/share/man /usr/sfw/man If any of the manual page files have a mode more permissive than 0655, this is a finding. |
Fix Text (F-29771r488421_fix) |
---|
Change the mode of manual page files to 0655 or less permissive. Procedure (example): # chmod 0655 |